home *** CD-ROM | disk | FTP | other *** search
- object Form3: TForm3
- Left = 318
- Top = 295
- BorderIcons = []
- BorderStyle = bsSingle
- Caption = 'Choose Installation Directory'
- ClientHeight = 242
- ClientWidth = 303
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object DirectoryListBox1: TDirectoryListBox
- Left = 0
- Top = 26
- Width = 297
- Height = 185
- ItemHeight = 16
- TabOrder = 0
- OnClick = DirectoryListBox1Click
- end
- object BitBtn1: TBitBtn
- Left = 109
- Top = 220
- Width = 84
- Height = 20
- Caption = 'OK'
- TabOrder = 1
- OnClick = BitBtn1Click
- end
- object DriveComboBox1: TDriveComboBox
- Left = 2
- Top = 3
- Width = 157
- Height = 19
- TabOrder = 2
- OnChange = DriveComboBox1Change
- end
- end
-